[INFO] cloning repository https://github.com/panadolextra91/rust-to-you
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/panadolextra91/rust-to-you" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpanadolextra91%2Frust-to-you", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpanadolextra91%2Frust-to-you'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] f84343222f920bf07983bfb1cf3fb745151cbbba
[INFO] checking panadolextra91/rust-to-you against 40527f3e444fde1deb361751bdef9b9e11d1b971+rustflags=--cfg crater_hack --force-warn invalid-c-variadic-arguments for pr-162478
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpanadolextra91%2Frust-to-you" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/panadolextra91/rust-to-you
[INFO] finished tweaking git repo https://github.com/panadolextra91/rust-to-you
[INFO] tweaked toml for git repo https://github.com/panadolextra91/rust-to-you written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/panadolextra91/rust-to-you on toolchain 40527f3e444fde1deb361751bdef9b9e11d1b971
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+40527f3e444fde1deb361751bdef9b9e11d1b971" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/panadolextra91/rust-to-you already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+40527f3e444fde1deb361751bdef9b9e11d1b971" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: explicit `package.readme` can be inferred
[INFO] [stderr]   --> Cargo.toml:53:1
[INFO] [stderr]    |
[INFO] [stderr] 53 | readme = "README.md"
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::manual_readme` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.readme`
[INFO] [stderr] warning: `package.homepage` is redundant with `package.repository`
[INFO] [stderr]   --> Cargo.toml:49:12
[INFO] [stderr]    |
[INFO] [stderr] 49 | homepage = "https://github.com/panadolextra91/rust-to-you"
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 54 | repository = "https://github.com/panadolextra91/rust-to-you"
[INFO] [stderr]    |              -----------------------------------------------
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::redundant_homepage` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.homepage`
[INFO] [stderr] warning: `rust-to-you` (manifest) generated 2 warnings
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] debc3ff241def83388e3c243486d7424123328a8f2f504ea34c8616775bd25f9
[INFO] running `Command { std: "docker" "start" "debc3ff241def83388e3c243486d7424123328a8f2f504ea34c8616775bd25f9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "debc3ff241def83388e3c243486d7424123328a8f2f504ea34c8616775bd25f9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "debc3ff241def83388e3c243486d7424123328a8f2f504ea34c8616775bd25f9" "/opt/rustwide/cargo-home/bin/cargo" "+40527f3e444fde1deb361751bdef9b9e11d1b971" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "debc3ff241def83388e3c243486d7424123328a8f2f504ea34c8616775bd25f9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid --cfg crater_hack --force-warn invalid-c-variadic-arguments" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "debc3ff241def83388e3c243486d7424123328a8f2f504ea34c8616775bd25f9" "/opt/rustwide/cargo-home/bin/cargo" "+40527f3e444fde1deb361751bdef9b9e11d1b971" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: explicit `package.readme` can be inferred
[INFO] [stderr]   --> Cargo.toml:53:1
[INFO] [stderr]    |
[INFO] [stderr] 53 | readme = "README.md"
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::manual_readme` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.readme`
[INFO] [stderr] warning: `package.homepage` is redundant with `package.repository`
[INFO] [stderr]   --> Cargo.toml:49:12
[INFO] [stderr]    |
[INFO] [stderr] 49 | homepage = "https://github.com/panadolextra91/rust-to-you"
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 54 | repository = "https://github.com/panadolextra91/rust-to-you"
[INFO] [stderr]    |              -----------------------------------------------
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::redundant_homepage` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.homepage`
[INFO] [stderr] warning: `rust-to-you` (manifest) generated 2 warnings
[INFO] [stderr]    Compiling memchr v2.8.1
[INFO] [stderr]     Checking log v0.4.31
[INFO] [stderr]    Compiling zerocopy v0.8.50
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling siphasher v1.0.3
[INFO] [stderr]     Checking bitflags v2.12.1
[INFO] [stderr]     Checking either v1.16.0
[INFO] [stderr]    Compiling displaydoc v0.2.6
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]    Compiling ucd-trie v0.1.7
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]     Checking hashbrown v0.16.1
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]     Checking socket2 v0.6.4
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]    Compiling libm v0.2.16
[INFO] [stderr]     Checking mio v1.2.1
[INFO] [stderr]     Checking castaway v0.2.4
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling strum_macros v0.27.2
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]    Compiling phf v0.11.3
[INFO] [stderr]    Compiling indoc v2.0.7
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]     Checking unicode-segmentation v1.13.3
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling instability v0.3.12
[INFO] [stderr]     Checking compact_str v0.9.1
[INFO] [stderr]     Checking tokio v1.52.3
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]     Checking kasuari v0.4.12
[INFO] [stderr]     Checking lru v0.16.4
[INFO] [stderr]     Checking tinystr v0.8.3
[INFO] [stderr]     Checking zerotrie v0.2.4
[INFO] [stderr]    Compiling pest v2.8.6
[INFO] [stderr]     Checking icu_locale_core v2.2.0
[INFO] [stderr]     Checking icu_collections v2.2.0
[INFO] [stderr]    Compiling bstr v1.12.1
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling deunicode v1.6.2
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling rustls v0.21.12
[INFO] [stderr]    Compiling cc v1.2.63
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking rustix v1.1.4
[INFO] [stderr]    Compiling slug v0.1.6
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]     Checking icu_provider v2.2.0
[INFO] [stderr]     Checking icu_normalizer v2.2.0
[INFO] [stderr] error: could not compile `pest` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/40527f3e444fde1deb361751bdef9b9e11d1b971/bin/rustc --crate-name pest --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat,unused-externs-silent --crate-type lib --emit=dep-info,metadata,link -Z embed-metadata=no -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="memchr"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const_prec_climber", "default", "memchr", "miette-error", "pretty-print", "std"))' -C metadata=477819be1ff4cdf3 -C extra-filename=-5bf4a206a3e23fa2 --out-dir /opt/rustwide/target/debug/build/pest/5bf4a206a3e23fa2/out --extern memchr=/opt/rustwide/target/debug/build/memchr/36d350c041af7cf8/out/libmemchr-36d350c041af7cf8.rmeta --extern ucd_trie=/opt/rustwide/target/debug/build/ucd-trie/ae4b7008daaf6ee9/out/libucd_trie-ae4b7008daaf6ee9.rmeta --cap-lints allow --cap-lints=forbid --cfg crater_hack --force-warn invalid-c-variadic-arguments --force-warn=unused_crate_dependencies` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `tokio` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/40527f3e444fde1deb361751bdef9b9e11d1b971/bin/rustc --crate-name tokio --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat,unused-externs-silent --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="rt"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-uring", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "taskdump", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=02e0749b604deb6b -C extra-filename=-4726b2a0807fa1ed --out-dir /opt/rustwide/target/debug/build/tokio/4726b2a0807fa1ed/out -L dependency=/opt/rustwide/target/debug/build/libc/5103143663f26da4/out -L dependency=/opt/rustwide/target/debug/build/log/f83ece99a245f366/out --extern bytes=/opt/rustwide/target/debug/build/bytes/936dcf7c27fb7983/out/libbytes-936dcf7c27fb7983.rmeta --extern libc=/opt/rustwide/target/debug/build/libc/5103143663f26da4/out/liblibc-5103143663f26da4.rmeta --extern mio=/opt/rustwide/target/debug/build/mio/6e9afc561be1e6e2/out/libmio-6e9afc561be1e6e2.rmeta --extern pin_project_lite=/opt/rustwide/target/debug/build/pin-project-lite/939ff28c23f518de/out/libpin_project_lite-939ff28c23f518de.rmeta --extern socket2=/opt/rustwide/target/debug/build/socket2/94bea13404762825/out/libsocket2-94bea13404762825.rmeta --cap-lints allow --cap-lints=forbid --cfg crater_hack --force-warn invalid-c-variadic-arguments --force-warn=unused_crate_dependencies` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "debc3ff241def83388e3c243486d7424123328a8f2f504ea34c8616775bd25f9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "debc3ff241def83388e3c243486d7424123328a8f2f504ea34c8616775bd25f9", kill_on_drop: false }`
[INFO] [stdout] debc3ff241def83388e3c243486d7424123328a8f2f504ea34c8616775bd25f9
